home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue60 / Clinic / LOGOSTRS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-06-11  |  193 b   |  14 lines

  1. unit LogoStrs;
  2.  
  3. interface
  4.  
  5. const
  6.   { string contants in strings.rc }
  7.   sUntitled             = 1;
  8.   sOverwrite            = 2;
  9.   sSendError            = 3;
  10.   
  11. implementation
  12.  
  13. end.
  14.